All Questions
5 questions
4votes
2answers
367views
Possible performance issues implementing multi-tenant database?
I would like to design and develop school application using PHP and MYSQL as backend. The frontend - a combination of HTML, JS and CSS - has a registration form for every school. Every school has its ...
0votes
1answer
321views
How can I cancel all running MySQL queries in a web application?
I am running a web application which has to scan (MySQL query on a particular column) a huge MySQL table, which has over 100,000 records. The problem is that when a user requests another page from ...
0votes
1answer
142views
Cloud Newbie ... what should I know while creating my App [closed]
I never developed for the Cloud, and to tell you the truth I am not fully 100% sure of what Cloud is when coming down to servers and services. I am starting to develop an App where I will need to be ...
1vote
2answers
2kviews
Importance of stored procedures and triggers in building web applications? [duplicate]
Almost in every interview for the position of web developer, they ask about stored procedures and triggers well I am aware from their definition and basic usage but the truths is I have never used any ...
8votes
5answers
853views
Most common website scalability pitfalls
We are designing a website/web application where we hope to to achieve high user counts and, in general, lots of use. More specifically, we intend to be using PHP as the programming/scripting language ...